Welcome![Sign In][Sign Up]
Location:
Search - vc hook api

Search list

[Hook apiVC++Hook

Description: 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the traditional 16 under the entrance to rewrite code technology, it is not multithreaded problems. and can intercept LoadLibrary / GetProcAddress completed API Explicit call.
Platform: | Size: 372054 | Author: tanglongsh | Hits:

[Windows DevelopApiHook相关代码(vc版代码大礼包)

Description: ApiHook相关代码(vc版代码大礼包),内有几个apihook的经典例子,不要错过哟!^_^ -ApiHook code (vc Bundles code version), there are several classic examples apihook not to miss yo! ^ _ ^
Platform: | Size: 777216 | Author: 王剑 | Hits:

[Windows Developmyapihooks20

Description: API Hook处理源代码, VC开发。-API Hook handle source code, VC development.
Platform: | Size: 90112 | Author: | Hits:

[Windows DevelopWindowsCoreProg

Description: Windows核心编程随书代码, Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
Platform: | Size: 230400 | Author: 白海 | Hits:

[Hook apiinsertdllandhookapi

Description: 详细讲解windows api的挂接和hook技术,文章由 kanxue斑竹北极星提供,内有详细说明和源码,源码是vc的-elaborate on the windows api articulated and hook technology, The article illustrated by kanxue Polaris provided, with detailed descriptions and source code, the source code is vc
Platform: | Size: 310272 | Author: | Hits:

[Hook apiVC++Hook

Description: 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the traditional 16 under the entrance to rewrite code technology, it is not multithreaded problems. and can intercept LoadLibrary/GetProcAddress completed API Explicit call.
Platform: | Size: 371712 | Author: tanglongsh | Hits:

[Hook apiPRMonitor

Description: 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏-This is a very good kernel-level HOOK API examples, I would like to look at the effects inside the bin folder can be compiled procedures, which did not materialize to monitor the kernel, processes and registry monitoring has been completed. This code is absolutely able to successfully compile, because the code is hookzwcreateprocess in process-driven equipment, so the compiler set up the environment more complex, so in this compression bag also contains a small tutorial to teach you to build in vc 6.0 device driver development program environment, and带了个samples. Statement: This program runs under XP, in 2000 will cause a blue screen
Platform: | Size: 81920 | Author: zhenbiao | Hits:

[Hook apicvery_293401

Description: 屏幕取词的关键技术,用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的-Screen key technology, with VC++ Hook Screen technology. It is to use technology to prepare debugging hooks into the API. Compared to 16 under the traditional entrance to rewrite code technology, it is not multi-threading issues
Platform: | Size: 105472 | Author: zhangPP | Hits:

[Hook apiapihook

Description: APIHook2-Windows API钩子源码及实例。-APIHook2-Windows API hook source code and examples.
Platform: | Size: 37888 | Author: along | Hits:

[Hook apiAPIHook(detours)

Description: 利用detours库对系统API进行拦截,VC++源码-Use detours library API to intercept the system, VC++ Source
Platform: | Size: 55296 | Author: zzq | Hits:

[Hook apivc_DLL_USE

Description: VC DLL使用详细说明书,供大家学习使用-VC DLL using a detailed manual for all to learn to use
Platform: | Size: 8119296 | Author: chengcantao | Hits:

[OS programAPI_VC_HOOK-

Description: API钩子APIHOOK2.0源代码 VC源码-系统控制-API hook APIHOOK2.0 source code VC source- System Control
Platform: | Size: 53248 | Author: 杨谦 | Hits:

[Windows Developapihook

Description: api-hook,可以hook窗口创建、出现、关闭等消息。也可以应用到hook文件的创建、拷贝、删除和重命名等方面。-hook window
Platform: | Size: 227328 | Author: zhang | Hits:

[Internet-Networklanoverip

Description: 用VC++构建一个虚拟局域网,对位于不同局域网的主机分配一个虚拟局域网的IP,使不同局域网的主机可以相互通信,技术点为p2p穿洞,api hook-Using VC++ to build a virtual local area networks, local area network to the host in different VLAN' s assigned an IP, the host of different local area network can communicate with each other, technical point of p2p holes, api hook
Platform: | Size: 206848 | Author: jeky | Hits:

[OS programHookCode

Description: VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit, only linked to the introduction of the function table, there SetWindowHookEx and CreateRemoteThread into two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, the other in order to obtain Process the creation of news, so a drive to register a callback function, in general, has done quite a part in the injection rod, if you want to hang a variety of functions can be combined with the use of detour.
Platform: | Size: 71680 | Author: Massachusetts | Hits:

[Hook apiNoKill

Description: VC写的一个DLL.主要用来提供给C#调用,因为C#不支持全局钩子..自定义方法实现简单进程防杀.(Hook原理)-VC to write a DLL. Is mainly used to C# to call, because C# does not support global hooks .. Since the simple process of definition of methods to achieve anti-killing. (Hook Principle)
Platform: | Size: 1676288 | Author: 十二 | Hits:

[Windows DevelopHookRegister

Description: 用 VC编写的注册表监控程序,利用了 HOOK API。大家可以学习学习。-Written by VC registry monitoring program, using the HOOK API. We can learn from him.
Platform: | Size: 156672 | Author: 亮亮 | Hits:

[Hook apiVC_HOOK_Api_demo_code_using_Daquan

Description: VC++ HOOK Api使用大全及演示代码VC + + HOOK Api and demo code using Daquan-VC++ HOOK Api and demo code using Daquan
Platform: | Size: 318464 | Author: yiqing | Hits:

[Hook apiVC_Programming_HOOK_Api_example_code

Description: VC编程开发 HOOK Api实例代码VC Programming HOOK Api example code -VC Programming HOOK Api example code
Platform: | Size: 330752 | Author: 6 | Hits:

[OS programHookAPI

Description: VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog, registry, process and other aspects, and recommend to everyone to.
Platform: | Size: 312320 | Author: | Hits:
« 12 3 »

CodeBus www.codebus.net